Skip to main content

Screenshot Page

Overview


Takes a screenshot of the visible area on the current page.

Input

Browser

NameRequiredDescription
Browser InstanceWhich browser instance to run against.

Screenshot

NameRequiredDescription
Output DirectoryOutput directory for screenshot to be saved in.
NameThe screenshot file name, without extension (that is set in Options/Format).

Options

NameRequiredDescription
Full PageTakes a full page screenshot instead of just the visible part.
Image FormatWhat format to save the screenshot in.
Image Quality (JPEG Only)Quality, between 0 and 100. Only affects JPEG Format.
Remove Background(Experimental) Removes all white background from the screenshot.

Crop Screenshot

NameRequiredDescription
EnabledWhether this crop enabled or not.
HeightHeight of the cropped area.
WidthWidth of the cropped area.
X CoordinateX Coordinate of the top-left point of the crop area.
Y CoordinateY Coordinate of the top-left point of the selected Element.
NameRequiredDescription
Timeout (ms)How long to wait in milliseconds for a successful screenshot. Default is 30s.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.